Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

♻️ Remove presence.subscribe() force option #631

Merged
merged 1 commit into from
Oct 17, 2023
Merged

Conversation

alecgibson
Copy link
Collaborator

We previously only needed this to re-request presence as part of the DocPresence catchup flow.

This change adds an internal method to actively request remote presence for a given channel, and uses that instead of abusing subscribe(). This lets us remove the options object from subscribe().

We previously only needed this to re-request presence as part of the
`DocPresence` catchup flow.

This change adds an internal method to actively request remote presence
for a given channel, and uses that instead of abusing `subscribe()`.
This lets us remove the `options` object from `subscribe()`.
@coveralls
Copy link

Coverage Status

coverage: 97.51% (+0.001%) from 97.509% when pulling 5831da6 on request-presence into 6fd6bec on master.

@alecgibson alecgibson merged commit 2e10882 into master Oct 17, 2023
4 checks passed
@alecgibson alecgibson deleted the request-presence branch October 17, 2023 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants